|
DX11 BUILD ROTATION MATRIX Y
Builds a rotation matrix that rotates around the Y-axis.
This can be combined through multiplication with matrices that rotate around the other axii.
Return Dword = DX11 BUILD ROTATION MATRIX Y(angle, [resultMatrix])
angle Float The angle of rotation around the y-axis, in radians.
[Optional] resultMatrix Dword The matrix to write the created rotation matrix to. Can be omitted, in which case a temporary matrix holding the generated rotation matrix will be returned.
The resultMatrix, if one was provided, or a newly created temporary matrix holding the resulting matrix otherwise.
MATH Functions Menu
DX11 Function Categories
|